	.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
	.clearfix:after {
		content:'';
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {
		zoom:1;
	}
	/*banner背景图片动画*/
	@-webkit-keyframes scale-bg{
		from{
			-webkit-transform:scale(1.2);
			transform:scale(1.2);
		}
		to{
			-webkit-transform:scale(1);
			transform:scale(1);
		}

	}
	@keyframes scale-bg{
		from{
			-webkit-transform:scale(1.2);
			transform:scale(1.2);
		}
		to{
			-webkit-transform:scale(1);
			transform:scale(1);
		}
	}

	/*放大缩小再放大效果*/
	@-webkit-keyframes scale-bg2{
		0%{
			-webkit-transform:scale(1.2);
			transform:scale(1.2);
		}
		100%{
			-webkit-transform:scale(1);
			transform:scale(1);
		}
		100%{
			-webkit-transform:scale(1.2);
			transform:scale(1.2);
		}
	}
	@keyframes scale-bg2{
		0%{
			-webkit-transform:scale(1.2);
			transform:scale(1.2);
		}
		50%{
			-webkit-transform:scale(1);
			transform:scale(1);
		}
		100%{
			-webkit-transform:scale(1.2);
			transform:scale(1.2);
		}
	}


	a{text-decoration: none;}

	/*修改的信息*/
	.mtitle,.mtxt,.mphone{letter-spacing: -1px!important;padding: 8px 0;color: #FFF;text-align: center}
	.mtitle{font-weight: 500!important;}
	.mtxt{letter-spacing: 0!important;font-weight: 100!important;}
	.mphone span{color: #FFF;border-radius: 100px;padding: 25px 15px}

	.banner1{display: inline-block}


	/*banner */
	.index_main{
		background: #f7f7f7;
	}
	.index_main .section1{
		position: relative;
	}
	.index_main .section1 .index_banner .item{
		background-size: cover;
		-webkit-background-size:cover;
		background-position: center;
		background-repeat: no-repeat;
		height:100vh;
		position: relative;
	}
	.index_main .section1 .index_banner .item.slick-current .scaleBg{
		visibility: visible;
		-webkit-animation:scale-bg 6s linear forwards;
		animation:scale-bg 6s linear forwards;
	}
	.index_main .section1 .index_banner .items{
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	.index_main .section1 .index_banner .items:after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0);
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		position: absolute;
		opacity: 0;
		transform: translateY(40px);
		-webkit-transform: translateY(40px);
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	}

	.onetu{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.video_play {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index:9999;
}
#Indexvideo {
    width: 960px;
    height: 540px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#video_close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -302px;
    margin-left: 482px;
    cursor: pointer;
}
	



	.index_main .section1 .index_banner .item.active .inner .block_txt{
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: 100ms;
		transition-delay: 100ms;
	}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{
		font-size: 24px;
		color: #fff;
	}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{
		color: #fff;
		font-size: 48px;
		letter-spacing:1px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{
		color: #fff;
		font-size: 22px;
		margin-top: 10px;
		letter-spacing: 1px;
	}
	.index_main .section1 .slick_txt{
		width:30%;
		height: 100%;
		background-color: transparent;
		transition: all 500ms ease;
		-webkit-transition:all 500ms ease;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		font-size: 0;
		outline: none;
		border:0;
	}
	.index_main .section1 .left{
		left: 0;
	}
	.index_main .section1 .right{
		right:0;
	}
	.index_main .section1 .slick_txt:hover .slick_arrow{
		opacity: 1;
		visibility: visible;
	}
	.index_main .section1 .slick_txt .slick_arrow{
		width: 20px;
		height: 36px;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: -18px;
		position: absolute;
		top: 50%;
		cursor: pointer;
		transition: all 500ms ease;
		-webkit-transition:all 500ms ease;
		opacity: 0;
		visibility: hidden;
	}
	.index_main .section1 .slick_txt .prev{
		background-image:url(../images/ban_prev.png);
		left:60px;
		border: none!important;
	}
	.index_main .section1 .slick_txt .next{
		background-image:url(../images/ban_next.png);
		right:60px;
		border: none!important;
	}
	.index_main .section1 .slick_txt .prev:hover{
		background-image:url(../images/ban_prev.png);
		border: none!important;
	}
	.index_main .section1 .slick_txt .next:hover{
		background-image:url(../images/ban_next.png);
		border: none!important;
	}
	.index_main .section1 .number{
		position: absolute;
		bottom:8%;
		left: 50%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		display: table;
		padding: 0 20px;
		width: auto;
		text-align: center;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.index_main .section1 .number span{
		font-family: "Myriad Pro","Microsoft YaHei";
		font-size: 14px;
		color: #fff;
		margin-right:100px;
		display: inline-block;
		cursor: pointer;
		position: relative;
		transition: all 500ms ease;
		-webkit-transition:all 500ms ease;
	}
	.index_main .section1 .number span:last-child{
		margin-right: 0;
	}
	.index_main .section1 .number span:after{
		content: "";
		display: inline-block;
		width: 0;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		bottom:-20px;
		opacity: 0;
		visibility: hidden;
		transition: all 500ms ease;
		-webkit-transition:all 500ms ease;
	}
	.index_main .section1 .number span.active:after{
		width: 100%;
		opacity: 1;
		visibility: visible;
		overflow: hidden;
	}

	.index_main .section2{
		overflow: hidden;
		background: none;
		width: 100%;
		height: 100%;
	}
	.index_main .section2 h3{
		/*text-align: center;*/
	}
	.index_main .section3{
		overflow: hidden;
		width: 100%;
		height: 100%;
		/*background: #ccc;*/
		background-size: 100% 100%;
	}
	.index_main .section3 h3{
		/*text-align: center;*/
	}
	.index_main .section4{
		overflow: hidden;
		background: none;
	}
	.index_main .section4 h3{
		/*text-align: center;*/
	}

	/*背景*/
	.two_bg{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    }
	.prolb{
	height: 100%;
    width: 1350px;
    margin: 0 auto;
	}
	.p_bt{
	    text-align: center;
	    padding-top: 13%
	}
	.p_bt p{
		font-size: 26px;
		color: #333;
		line-height: 60px;
		position: relative;
		width: 410px;
		margin: 0 auto
	}
	.p_bt p::before{
		content: '';
		position: absolute;
		left: -45px;
		top: 30px;
		width: 35px;
		height: 5px;
		background: url(../images/xian.png) center no-repeat;
	}
	.p_bt p::after{
		content: '';
		position: absolute;
		right: -45px;
		top: 30px;
		width: 35px;
		height: 5px;
		background: url(../images/xian.png) center no-repeat;
	}
    .p_bt img:hover{
    	animation: ball .6s infinite alternate;
    }
    .yslb{
    	width: 1350px;
    	margin: 0 auto;
    }
    .yslb ul li{
    	border-radius: 100%;
    	background: linear-gradient(to top, #269fd1, #95c24a);
    	float: left;
    	text-align: center;
    }
    .yslb ul li img{
    	display: block;
    	margin: 0 auto;
    }
    .yslb ul li span{
    	font-size: 25px;
    	color: #fff;
    }
    .yslb ul li:first-child{
    	width: 168px;
    	height: 168px;
    	margin-top: 175px;
    }
    .yslb ul li:first-child img{
    	margin-top: 25px;
    	margin-bottom: 10px;
    }
    .yslb ul li:nth-child(2){
    	width: 210px;
    	height: 210px;
    	margin-top: 25px;
    	margin-left: -20px;
    }
    .yslb ul li:nth-child(2) img{
     	margin-top: 35px;
    	margin-bottom: 10px;   	
    }
    .yslb ul li:nth-child(3){
    	width: 250px;
    	height: 250px;
    	margin-top: 125px;
    	margin-left: 25px;
    }
    .yslb ul li:nth-child(3) img{
     	margin-top: 35px;
    	margin-bottom: 10px;   	
    }
    .yslb ul li:nth-child(4){
    	width: 220px;
    	height: 220px;
    	margin-top: 65px;
    	margin-left: 60px;
    }
    .yslb ul li:nth-child(4) img{
     	margin-top: 35px;
    	margin-bottom: 10px;   	
    }
    .yslb ul li:nth-child(5){
    	width: 200px;
    	height: 200px;
    	margin-top: 200px;
    	margin-left: 35px;
    }
    .yslb ul li:nth-child(5) img{
     	margin-top: 35px;
    	margin-bottom: 10px;   	
    }
    .yslb ul li:nth-child(6){
    	width: 175px;
    	height: 175px;
    	margin-top: 80px;
    	margin-left: -20px;
    }
    .yslb ul li:nth-child(6) img{
     	margin-top: 30px;
    	margin-bottom: 10px;   	
    }
    .yslb ul li:hover{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
    }
	.case_phone{
	  text-align: center;
	}
	.case_phone img{
	  margin-top: 3% 
	}
	.case_phone img:hover{
	  animation: ball .6s infinite alternate;
	}





	/*第四页 */
	.index4_bj{width: 100%; height: 100%;}
	.four {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    z-index: -1;
	}
	.jm_l{
	    float: left;
	    background: url(../images/case_l.png) center center no-repeat;
	    width: 380px;
	    height: 580px;
	    box-sizing: border-box;
	    color: #fff;
	    padding: 50px 30px;
	    margin-top: 13%;
	    margin-left: 10%;
	}
	.jm_l h3{
	    font-size: 36px;
	    font-weight: bold;
	    position: relative;
	}
	.jm_l h3::after{
	    content: '';
	    display: block;
	    width: 55px;
	    height: 30px;
	    background: url(../images/tbb.png) center no-repeat;
	    position: absolute;
	    right: 110px;
	    top: 10px;
	}
	.jm_l p{
	    font-size: 15px;
	    line-height: 25px;
	    margin: 10px 0 20px 0;
	}
	.jm_l ul li{
		width: 135px;
		height: 40px;
		border:1px #fff solid;
		border-radius: 50px;
		float: left;
		margin-right: 20px;
		margin-bottom: 15px;
		line-height: 40px;
		text-align: center;
	}
	.jm_l ul li a{
		display: block;
		font-size: 16px;
		color: #fff;
	}
	.jm_l ul li .f_more{
		background: #fea700;
		border-radius: 50px;
	}
	.jm_l a:hover{
	    background: #fea700;
	    border-radius: 50px;
	}
	.jm_l img{
	    animation: ball .6s infinite alternate;
	    margin-left: -20px;
	    margin-top: 15px;
	}

	/*产品*/
	.pro_show{
	    width: 1100px;
	    overflow: hidden;
		height: 640px;
		margin-top: 11%;
		float: right;
		margin-right: 10%;
	}
	.pro_go ul{
	    overflow: hidden;
	}
	.pro_go ul li{
	    width: 31.5%;
	    margin: 12px 8px;
	    float: left;
	    position: relative;
	}
	.cpimg{
		width: 100%;
		height: 260px;
		background-position:center center; 
	-webkit-background-size: cover;  
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size:cover;

	}

	.pro_go ul li .p1{
	    width: 100%;
	    height: 55px;
	    text-align: center;
	    line-height: 55px;
	    color: #fff;
	    transition: all 0.6s;
		background: #fff;
	}
	.pro_go ul li .p1 .sytitle{
		color: #000;
		font-size: 16px;
	}
	.pro_go ul li:hover .sytitle{
		color: #2b9bc3;
	}

	.pro_go ul li .p2{
		display: block;
		width: 100%;
		height: 260px;
		background: rgba(0,0,0,.5);
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
	    display: none;
	}
	.pro_go ul li .p2 .smore{
	    margin-top: 80px;
	    display: block;
	}
	.pro_go ul li .p2 .cptel{
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    width: 80%;
	    height: 55px;
	    margin-left: -40%;
	    background: #2b9bc3 url(../images/tela.png) 12% center no-repeat;
		font-size: 23px;
		color: #fff;
		font-family: "Arial";
		display: block;
	    line-height: 55px;
	    border-radius: 10px 10px 0 0;
	}
	.pro_go ul li:hover .p2{
		display: block;
	}



	/*第四页*/
	.index03{height: 100%;width: 1350px;margin: 0 auto;}
	.three{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}
	.abbt{
		text-align: center;
		padding-top: 13%
	}
	.abbt a{
		font-size: 50px;
		color: #499b2b;
		font-weight: bold;
		position: relative;
	}
	.abbt a:hover{
		color: #333
	}
	.abbt a::after{
		content: '';
	    display: block;
	    position: absolute;
	    left: 50%;
	    margin-left: -13px;
	    top: -20px;
	    width: 26px;
	    height: 25px;
	    background: url(../images/tba.png) center no-repeat;
	}
	.abbt p{
		color: #555;
		font-size: 16px;
	}
	.about{
		margin-top: 3%;
	}
	.about p{
		font-size: 16px;
		color: #333;
		text-align: center;
		line-height: 33px;
	}
	.about a{
		display: block;
		width: 190px;
		height: 55px;
		background: #fea700;
		border-radius: 50px;
		text-align: center;
		margin: 0 auto;
		line-height: 55px;
		font-size: 16px;
		color: #fff;
		margin-top: 30px;
	}
	.about a:hover{
		background: #50b988;
	}

	/*数字*/
	.ys_box{
		display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: center;
	    justify-content: center;
	}
	.ys_box ul li{
	    float: left;
	    width: 200px;
	    height: 215px;
	    text-align: center;
	    background: linear-gradient(to top, #269fd1, #95c24a);
	    margin-top: 30px;
	    margin-left: 45px;
	    margin-right: 45px;
	    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	}
	.ys_box .div1{
	    position: relative;
	}
	.ys_box .div1 .span1{
	    font-size: 45px;
	    color: #fff;
	    font-family: "Arial";
	    font-weight: bold;
	}
	.ys_box .div1 .span3{
		display:inline-block;
		margin-left: 10px;
		position: relative;
		bottom: 2px;
		font-size: 22px;
		color: #fff;
	}
	.ys_box .div2 .span2{
	    font-size: 20px;
	    color: #fff;
	}
	.ys_box .div3{
		padding-top: 18px;
	}
	.ys_box .div3:hover{
		transition: all 0.5s;
	    transform: rotate(360deg);
	    cursor: pointer;
	}




	@keyframes bg_move{ 
		0% { transform:scale3d(1, 1, 1); } 
		50% { transform: scale3d(1.1, 1.1, 1.1); } 
		100% { transform: scale3d(1, 1, 1); } 
	}
	@-moz-keyframes top_bottom{
		0%{transform: translateY(0px);}
		100%{transform: translateY(10px);}
	}
	@-ms-keyframes top_bottom{
		0%{transform: translateY(0px);}
		100%{transform: translateY(10px);}
	}
	@-webkit-keyframes top_bottom{
		0%{transform: translateY(0px);}
		100%{transform: translateY(10px);}
	}
	@keyframes top_bottom{
		0%{transform: translateY(0px);}
		100%{transform: translateY(10px);}
	}
	@keyframes line1 { 
		0% { transform: scale(0); opacity: 1; } 
		50% { transform: scale(2); opacity: 1; } 
		100% { transform: scale(4); opacity: 0; } 
	}


	/*第五页*/
	.five{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}
	.five_bj{
		width: 100%;
		height: 100%
	}
	.news_con{
	    width: 90%;
	    margin: 30px auto 0 auto;
	}
	.news_con ul{
	    display: -webkit-flex;
	    display: flex;
	    -webkit-justify-content: center;
	    justify-content: center;
	}
	.news_con ul li{
		width: 23%;
		height: 490px;
		background: #fff;
		overflow: hidden;
		float: left;
		box-sizing: border-box;
		margin: 0 10px;
		box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	}
	.news_con ul li .xwimg{
		width: 96%;
		margin: 0 auto;
		height: 230px;
		overflow: hidden;
		margin-top: 8px;
	}
	.news_con ul li .xwtime{
		width: 155px;
		height: 40px;
		background: linear-gradient(to right, #269fd1, #95c24a);
		border-radius:15px 0;
		margin-top: 20px;
		margin-left: 8px;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
		color: #fff;
		font-family: "Arial";
	}
	.news_con ul li .news_des{
		margin-top: 18px;
	}
	.news_con ul li .news_des em{
		color: #333;
		font-size: 17px;
		padding-left: 40px;
		position: relative;
	}
	.news_con ul li .news_des em::before{
	content: '';
    display: block;
    position: absolute;
    left: 18px;
    top: 4px;
    width: 10px;
    height: 10px;
    background:#70b464;
    border-radius: 50px;
	}
	.news_con ul li .news_des p{
		font-size: 15px;
		color: #666;
		line-height: 25px;
		display: block;
		width: 95%;
		margin: 0 auto;
		margin-top: 13px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	.news_con ul li .news_des span{
		width: 94px;
		height: 33px;
		background: url(../images/kuang.png) center no-repeat;
		display: block;
		text-align: center;
		line-height: 33px;
		font-size: 15px;
		font-family: "Arial";
		color: #6e6e6e;
		margin-top: 18px;
		float: right;
		margin-right: 15px;
	}
	.news_con ul li:hover .xwimg img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
	}
	.news_con ul li:hover .news_des em{
        color: #0cb0c6
	}

	/*第七页*/
	.index_main .section6{background: none;overflow: hidden;}
	.seven{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1;background: url(../images/seven.jpg);background-size: cover;background-position: center center;background-repeat: no-repeat;}
	.sevenbj{
		width: 1500px;
		margin: 0 auto;
		height: 100%
	}
	.lx_tel{
		width: 460px;
		margin-top: 140px;
	}
	.lx_tel ul li{
		width: 350px;
		height: 125px;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 115px;
		box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	}
	.lx_tel ul li:first-child{
		margin-left: 85px;
	}
	.lx_tel ul li img{
		float: left;
		display: block;
		margin-left: 35px;
		margin-top: 30px;
	}
	.lx_tel ul li p{
		display: block;
		float: left;
		margin-left: 25px;
		font-size: 18px;
		color: #333;
		margin-top: 30px;
	}
	.lx_tel ul li p span{
		font-size: 23px;
		display: block;
	}
	.lx_tel ul li p em{
		font-family: "Arial";
		font-size: 23px;
		display: block;
	}
	.sycopy{
		width: 470px;
		height: 470px;
		border-radius: 100%;
		background: linear-gradient(to top, #0cb0c6, #95c24a);
		text-align: center;
		margin-left: 35px;
		box-shadow: 0 0 15px rgb(0 0 0 / 20%);
		margin-top: 85px;
		color: #fff;
		animation: ball .6s infinite alternate;
	}
	.sycopy em{
		font-size: 18px;
		line-height: 50px;
		display: block;
		margin-top: 50px;

	}
	.sycopy h3{
		font-size: 23px;
	}
	.sycopy ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	}
	.sycopy ul li{
		float: left;
		margin-right: 20px;
		margin-left: 20px;
		margin-top: 30px;
	}
	.sycopy ul li span{
		display: block;
		line-height: 40px;
		font-size: 14px;
	}
	.sycopy p{
		font-size: 14px;
		line-height: 30px;
		display: block;
		margin-top: 15px;
	}
	.sycopy p span{
		font-size: 14px;
	}
	.sycopy p a{
		color: #fff;
	}

	@-webkit-keyframes ball {
	  0% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }
	  100% {
	    -webkit-transform: translateY(-10px);
	    transform: translateY(-10px);
	  }
	}

	@media only screen and (max-width: 1930px){

		.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
		.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
		.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 20px;}

	}
	@media only screen and (max-width: 1900px){}

	@media only screen and (max-width: 1800px){

	}

	@media only screen and (max-width: 1700px){
	}
	@media only screen and (max-width: 1680px){
	/*第一屏*/
	.banner1 img{width: 100%;margin: 0 auto;margin-top: 20%;}
	.pro_show{width: 945px;}
	.cpimg{height: 210px;}
	.pro_go ul li .p2{height: 210px;}

	}
	@media only screen and (max-width: 1600px){
		.index_main .section1 .index_banner .item .inner .block_txt{}
		.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
		.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
		.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 20px;}
		.jm_l{width: 320px;background-size: 100%;}
		.jm_l h3{font-size: 23px;display: block;padding-top: 20px;}
		.jm_l p{font-size: 13px;}
		.jm_l ul li{width: 100px;height: 30px;line-height: 30px;font-size: 14px;}
		.jm_l img{width: 100%}
		.jm_l h3::after{top: 20px;}

	}
	@media only screen and (max-width: 1440px){
		.index_main .section1 .index_banner .item .inner .block_txt{}
		.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
		.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
		.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 18px;margin-top: 5px;}
	}

	@media only screen and (max-width: 1376px){
		.index_main .section1 .index_banner .item .inner .block_txt{}
		.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
		.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 40px;}
		.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 16px;}
		.index_main .section1 .index_banner .slick-arrow{background-size: auto 30px;}
		/*导航*/
		.ny_logo{height: 155px;width: 500px;background-size: 100%;}
		.ny_logo img{width: 50%;}
		.ny_nav .ny_navMain .ny_navLi a.ny_a1{font-size: 14px;}
		.ny_htel{margin-right: 2%;background-size: 16%;font-size: 14px;}
		.ny_htel span{font-size: 23px;}
		/*第一屏*/
		.banner1 img{width: 85%}
		/*第二屏*/
		.abbt{padding-top: 10%;}
		.abbt a{font-size: 35px;}
		.abbt p{font-size: 15px;}
		.about p{font-size: 14px;line-height: 30px;}
		.about a{width: 150px;height: 40px;line-height: 40px; font-size: 14px;}
		.ys_box ul li{height: 100px;}
		.ys_box ul li img{display: none;}
		.ys_box .div1 .span1{font-size: 40px;}
		.ys_box .div1 .span3{font-size: 20px;}
		.ys_box .div2 .span2{font-size: 14px;}
		.ys_box .div3{padding-top: 5px;}
		/*第三屏*/
		.jm_l{width: 260px;margin-top: 7%;padding:10px;}
		.pro_show{width: 790px;height: 430px;}
		.jm_l p{display: none;}
		.jm_l ul li{width: 95px;}
		.jm_l ul li a{font-size: 13px;}
		.jm_l h3{padding-top: 100px;padding-bottom: 10px;}
		.jm_l h3::after{display: none;}
		.jm_l img{margin-left: 0}
		.cpimg{height: 160px;}
		.pro_go ul li{margin: 3px 3px}
		.pro_go ul li .p2{height: 160px;}
		.pro_go ul li .p2 .cptel{background:#2b9bc3}
		.pro_go ul li .p2 .smore{margin-top: 35px;}
		/*第四屏*/
		.p_bt{padding-top: 10%;}
		.p_bt img{width: 30%;}
		.p_bt p{font-size: 18px;}
		.yslb{width: 1000px;}
		.yslb ul li span{font-size: 16px;}
		.yslb ul li:first-child{width: 150px;height: 150px;margin-top: 130px;}
		.yslb ul li:nth-child(2){width: 150px;height: 150px;}
		.yslb ul li:nth-child(3){width: 150px;height: 150px;margin-top: 75px;}
		.yslb ul li:nth-child(4){width: 150px;height: 150px;}
		.yslb ul li:nth-child(5){width: 150px;height: 150px;margin-top: 155px;margin-left: 15px;}
		.yslb ul li:nth-child(6){width: 150px;height: 150px;margin-top: 35px;}
		.yslb ul li img{width: 30%}
		.case_phone img{width: 12%;position: absolute;left: 50%;margin-left: -6%;bottom: 30px;}
		/*第五屏*/
		.sevenbj{width: 1200px;}
		.p_bt img{width: 17%}
		.news_con ul li{height: 300px;}
		.news_con ul li .xwimg{height: 120px;}
		.news_con ul li .xwtime{width: 110px;height: 33px;line-height: 33px;font-size: 14px;}
		.news_con ul li .news_des em{font-size: 15px;}
		.news_con ul li .news_des p{font-size: 12px;line-height: 20px;}
		.news_con ul li .news_des span{display: none;}
		.sycopy{width: 350px;height: 350px;margin-top: 15px;margin-left: 0;}
		.sycopy em{font-size: 13px;margin-top: 10px;line-height: 30px;}
		.sycopy h3{font-size: 15px;}
		.sycopy ul li img{width: 100px;height: 100px;}
		.sycopy p{font-size: 13px;}
		.lx_tel{width: 410px;}
		.lx_tel ul li{width: 270px;height: 90px;margin-bottom: 80px;}
		.lx_tel{margin-top: 45px;}
		.lx_tel ul li img{width: 40px;margin-left: 20px;margin-top: 27px;}
		.lx_tel ul li p{font-size: 15px;margin-top: 18px;margin-left: 15px;}
		.lx_tel ul li p em{font-size: 19px;}
		.lx_tel ul li p span{font-size: 18px;}



	}


	@media only screen and (max-width: 1290px){




	}

	@media only screen and (max-width: 992px){
		/*// 开始手机站*/
		.index_main .section1 .index_banner .item{
			height: 100vh;
		}
		.index_main .section1 .index_banner .item .inner .block_txt{
			left: 0;
			right:0;
			margin: 0 auto;
			padding: 0 20px;
			
		}
		.index_main .section1 .index_banner .slick-arrow{
			display: none !important;
		}
	    .index_main .section1 .index_banner .slick-dots{
	    	position: absolute;
	    	bottom: 12px;
	    }
	    .index_main .section1 .index_banner .slick-dots li{
	    	width: 12px;
	    	height: 12px;
	    	border-radius: 50%;
	    	border:2px solid #fff;
	    }
	    .index_main .section1 .index_banner .slick-dots li button{
	    	display: none;
	    }
	    .index_main .section1 .index_banner .slick-dots li.slick-active{
	    	background: #fff;
	    }
		.index_main .section1 .number{
			bottom: 12%;
			display: none;
		}
		.index_main .section1 .number span{
			margin-right: 22px;
		}
		.index_main .section1 .number span:after{
			bottom: -14px;
		}

	}
	@media only screen and (max-width: 767px){

	}
	@media only screen and (max-width: 340px){

	}
	@media only screen and (max-width: 320px){

	}
